home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr57 / cordin.zip / HELP.DLG < prev    next >
Text File  |  1993-06-01  |  957b  |  23 lines

  1. 1 DLGINCLUDE "cordine.h"
  2.  
  3. 500 DIALOG 6, 18, 160, 100
  4. LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  5. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  6. CAPTION "Jax Button Accordion Help"
  7. FONT 8, "MS Sans Serif"
  8. BEGIN
  9.     LTEXT           "    Notes start at the top and go higher down", -1, 0, 
  10.                     0, 160, 8
  11.     LTEXT           "    the window. Use the mouse or the return", -1, 0, 10, 
  12.                     160, 8
  13.     LTEXT           "     key in conjuction with TAB and arrows", -1, 0, 20, 
  14.                     160, 8
  15.     LTEXT           "   to get around. Close the Cordine icon to exit.", 
  16.                     -1, 0, 31, 160, 8
  17.     PUSHBUTTON      "Sonuva Gun We Havin Fun On Da Bayou", IDMSC_BAYOU, 0, 81, 160, 
  18.                     14
  19.     LTEXT           "     Slide bar makes notes longer or shorter.", -1, 0, 
  20.                     42, 160, 8
  21.     ICON            "Cordine", -1, 61, 54, 0, 0, SS_ICON
  22. END
  23.